home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 April / macformat-049.iso / mac / Demos / Print Artist Demo / PA12-Mac.Dxr / 00251.ls < prev    next >
Encoding:
Text File  |  1996-10-03  |  133 b   |  9 lines

  1. on exitFrame
  2.   if the volume of sound 2 < 250 then
  3.     go(the frame)
  4.   else
  5.     put the volume of sound 2
  6.     go(#next)
  7.   end if
  8. end
  9.